5. Vectors

e. Parametric Curves

A curve (also called a planar curve) may be specified in one of three ways:

  1. as the graph of a function of \(1\) variable:   \(y=f(x)\).
  2. as the graph of an equation in \(2\) variables:   \(F(x,y)=0\).
  3. as a parametric curve:   \(\vec r(t)=\left\langle x(t),y(t)\right\rangle\).

So far we have discussed parametric lines. Now we introduce parametric curves in general. They will be discussed in much more detail in the full chapter on Parametric Curves.

3. Parametric Curves

A parametric curve is a vector function \[ \vec r(t)=\left\langle x(t),y(t)\right\rangle \] which gives the position of a point as a function of a parameter \(t\). It can also be written as \(2\) component equations: \[ x=x(t) \qquad y=y(t) \] A graph of the parametric curve is a plot of the points \((x(t),y(t))\) for some range of \(t\).

If we take the parameter \(t\) to represent time, then \(\vec r(t)\) gives the position of a particle at time \(t\).

For example, the parabolic trajectory of a baseball could be given by: \[ \vec r(t)=\left\langle 72t,96t-64t^2\right\rangle \] or: \[ x=72t \qquad y=96t-64t^2 \] Its graph is shown.

eg_param_baseball_anim

Although the parameter is frequently the time, it can represent many other quantities, in which case the letter is frequently changed to match. A common parameter is the angle \(\theta\) from polar coordinates.

A circle of radius \(2\) can be parametrized as: \[ \vec r(\theta)=\left\langle 2\cos\theta,2\sin\theta\right\rangle \] and graphed as shown. The components are just polar coordinates \((x,y)=(r\cos\theta,r\sin\theta)\) with \(r=2\).

eg_param_circle_anim

A more complicated "polar" curve is the starfish: \[ \vec r(\theta) =\left\langle (3+\sin(5\theta))\cos\theta,(3+\sin(5\theta))\sin\theta\right\rangle \] which may be graphed as shown.

The reason it is called a polar curve is that if we compare the parametrization with the polar coordinates \((x,y)=(r\cos\theta,r\sin\theta)\) then we see the curve can be specified in terms of polar coordinates as \(r=3+\sin(5\theta)\); as \(\theta\) goes around the circle from \(0\) to \(2\pi\), the radius \(r\) oscillates \(5\) times between \(2\) and \(4\).

eg_param_starfish_anim

Plot the line \(\vec r(t)=\langle 1+2t,3-t\rangle\).

Plot the starting point \(P=(1,3)\) and the direction vector \(\vec v=\langle2,-1\rangle\) located at \(P\). Then draw the line.

ex_param_line_anim

We plot the starting point \(P=(1,3)\) and then the direction vector \(\vec v=\langle2,-1\rangle\) located at \(P\). Finally, we draw a line through \(P\) in the direction \(\vec v\)..

ex_param_line_anim

© MYMathApps

Supported in part by NSF Grant #1123255